Struct isotope_parser::ast::Branch [−][src]
Expand description
A branch of a case expression
Fields
pattern: Arc<Expr>
The pattern
result: Arc<Expr>
The result
Implementations
pub fn pretty<'a, D, A>(&'a self, allocator: &'a D) -> DocBuilder<'a, D, A> where
D: DocAllocator<'a, A>,
D::Doc: Clone,
A: Clone,
[src]
pub fn pretty<'a, D, A>(&'a self, allocator: &'a D) -> DocBuilder<'a, D, A> where
D: DocAllocator<'a, A>,
D::Doc: Clone,
A: Clone,
[src]Prettyprint a branch of a case statement
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Branch
impl UnwindSafe for Branch
Blanket Implementations
Mutably borrows from an owned value. Read more